go/types.Checker.use (method)
12 uses
go/types (current package)
builtins.go#L27: check.use(call.Args...)
builtins.go#L655: check.use(arg0)
call.go#L118: check.use(call.Args...)
call.go#L149: check.use(call.Args...)
call.go#L189: check.use(call.Args...)
call.go#L200: check.use(call.Args...)
call.go#L730: func (check *Checker) use(arg ...ast.Expr) {
expr.go#L1518: check.use(e)
index.go#L24: check.use(e.Indices...)
index.go#L212: check.use(e.Low, e.High, e.Max)
stmt.go#L818: check.use(s.Lhs...) // avoid follow-up errors
typexpr.go#L308: check.use(e.Elt)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)